ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartBase<T> Class
Members






In This Topic
    FlexChartBase<T> Class
    In This Topic
    The base class of flex chart.
    Object Model
    FlexChartBase<T> Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public MustInherit Class FlexChartBase(Of T) 
       Inherits ItemsBoundControl(Of T)
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As FlexChartBase(Of T)
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public abstract class FlexChartBase<T> : ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class FlexChartBase = class(ItemsBoundControl, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)abstract; 
    JScript does not support Generics.
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc abstract class FlexChartBase<T> : public ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    generic<typename T>
    public ref class FlexChartBase abstract : public ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexChartBase<T>
                   C1.Web.Mvc.FlexChartCore<T>
                   C1.Web.Mvc.FlexMap<T>
                   C1.Web.Mvc.FlexPieBase<T>
                   C1.Web.Mvc.TreeMap<T>

    See Also